﻿@charset "utf-8";

*{
	box-sizing: border-box;
}
body,div,p,h1{
	margin: 0;
	padding: 0;
}
.js-silder{
	width:100%;height:100%;

}
.silder-scroll{
	width:100%;
	height:100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	height:100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.silder-main-img img{
	width: 100%;
	height:100%;
}
.js-silder-ctrl{
	width:95%;
	text-align: center;
	bottom:4%;	
	position:absolute;
	z-index:999;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 20px;
	height:10px;
	margin: 0 6px;
	border-radius:10px;
	cursor: pointer;
	background-color: #efefef;
}
.silder-ctrl-con>span{
	display:none;
}
/* .silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 5px;
	border-radius:10px;
	cursor: pointer;
	background-color: #bfcfe1;
} */
.active{
	background-color: #013e97;
	width: 35px;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}
.menu-main span {
    cursor: pointer;
}

.xinwen a span:hover {
    color: #003e97;
}

.dianji {
    color: #666;
    display: inline-block;
    width: 100%;
}

.neirong {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
}

.youbian {
    float: right;
}

.zhaodaili {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 45%;
    left: 10%;
    padding: 40px 20px;
    font-size: 46px;
}

    .zhaodaili a {
        font-size: 24px;
        color: #fff;
        background: #044875;
        padding: 20px;
        cursor: pointer;
    }

.tuijian {
    height: 785px;
    width: 100%;
    background: url('../pc-imgs/tuijianbg.png') no-repeat;
    background-size: 100% 100%;
}

.sgtb ul li {
    display: inline-block;
    margin-right: 40px;
    margin-top: 10px;
}

    .sgtb ul li i {
        font-size: 40px;
        line-height: 50px;
    }

    .sgtb ul li div {
        text-align: center;
        color: #888;
    }

#tabslider .tabsbg {
    width: 100%;
    height: 700px;
    position:relative;
    z-index:9999;
}

#tabslider .sliderk {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#tabslider .tab {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: right;
    margin-right: 6%;
    margin-top: 50px;
    height: 30px;
}

    #tabslider .tab li {
        display: inline-block;
        height: 30px;
        color: #666;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        font-size: 15px;
    }

#tabslider .on {
    display: block;
}

#tabslider .tab .cur {
    color: red;
    font-size:17px;
    font-weight:600;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

#tabslider .tab li .hui {
    color: #666;
}

#tabslider .tab li span {
    margin-left: 20px;
    margin-right: 20px;
}

.pc-banner {
    position: relative;
}

    .pc-banner .swipertong {
        width: 1400px;
        overflow: hidden;
        margin: 70px auto;
    }

    .pc-banner .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

@media screen and (max-width: 447px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.pc-banner .swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid #888;
    border-radius: 8px;
    padding: 30px;
}

@media screen and (max-width: 447px) {
    .pc-banner .swiper-slide-active, .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 14px;
    text-align: center;
}

@media screen and (min-width: 447px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 447px) {
    .pc-banner .swiper-slide a {
        padding: 5px;
        border-radius: 7px;
    }
}

.pc-banner .swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

@media screen and (max-width: 447px) {
    .pc-banner .swiper-slide img {
        border-radius: 7px;
    }
}

.pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    margin: 0 5px;
}

.inews {
    height: 788px;
    width: 100%;
    background: url('../pc-imgs/newsbg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.libian {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1300px;
    height: 680px;
}

.tab2 {
    float: left;
    width: 20%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    height: 100%;
}

    .tab2 li {
        height: 18.2%;
        margin: 10px 0;
        border-radius: 10px;
        border: 1px solid #eee;
        padding-top: 5px;
        font-size: 14px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.tab3 {
    float: left;
    width: 4%;
    color: #fff;
    cursor: pointer;
    color: #fff;
    text-align: center;
    height: 100%;
}

    .tab3 li {
        height: 18.2%;
        margin: 10px 0;
        opacity: 0;
        position: relative;
    }

.cur2 {
    color: #fff;
    background: rgba(116,120,139,0.7);
}

.tab2 i {
    font-size: 45px;
}

.tab3 .cur3 {
    opacity: 1;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.slidnew {
    float: right;
    width: 76%;
    height: 97%;
    background: rgba(116,120,139,0.7);
    display: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 30px 60px;
    color: #fff;
    position:relative;
}

    .slidnew li {
        font-size: 14px;
        line-height:40px;
    }
      .slidnew li a{color:#fff;display:block;}
      .slidnew li a:hover{color: #fcf8e3;}
      .slidnew li span{float:right;}

        .slidnew li i {
            margin-right: 20px;
        }
        .slidnew li .info{
            margin-left:40px;
            color:#ccc;
            line-height:25px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            margin-bottom:10px;
        }

        .slidnew .more{width:100px;height:40px;background:#07478e;color:#fff;display:inline-block;font-size:16px;text-align:center;line-height:40px;border-radius:5px;position:absolute;bottom:40px;right:60px;}

.xianshi {
    display: block;
}

.arrow-left {
    font-size: 0;
    line-height: 0;
    border-width: 25px;
    border-color: rgba(116,120,139,0.7);
    border-left-width: 0;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#demo-b input[type=search] {
    padding: 3px 3px 3px 30px;
}
#demo-b input[type=search] {
    padding-left: 10px;
}
#demo-b input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-b {
    vertical-align:53%;
}
.tjimgbox{
    overflow:hidden;
    width:920px;
    height:470px;
    text-align:center;
}
.tjimgbox img{
    height:100%;
}
.indextit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    color: #fff;
    line-height: 70px;
}

    .indextit .english {
        font-size: 36px;
        line-height:44px;
    }

    .indextit .lanse {
        color: #0852a2;
       
    }